home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Stuff / 3D_Reality / 3D_Reality_API / Examples / PatchMesh.bproj / PatchMeshInspector.h < prev    next >
Encoding:
Text File  |  1992-09-17  |  253 b   |  14 lines

  1. @interface PatchMeshInspector:ShapeInspector
  2. {
  3.     id  uBasisButton;
  4.     id  vBasisButton;
  5.     id  pointsVisibleSwitch;
  6.     id  hullVisibleSwitch;
  7. }
  8.  
  9. - changeHullVisible:sender;
  10. - changePointsVisible:sender;
  11. - setUBasis:sender;
  12. - setVBasis:sender;
  13.  
  14. @end